github.com/gotd/td/tg.AccountGetWallPaperRequest.Wallpaper (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_wall_paper_gen.go#L46: 	Wallpaper InputWallPaperClass
		tl_account_get_wall_paper_gen.go#L64: 	if !(g.Wallpaper == nil) {
		tl_account_get_wall_paper_gen.go#L84: 	g.Wallpaper = from.GetWallpaper()
		tl_account_get_wall_paper_gen.go#L132: 	if g.Wallpaper == nil {
		tl_account_get_wall_paper_gen.go#L135: 	if err := g.Wallpaper.Encode(b); err != nil {
		tl_account_get_wall_paper_gen.go#L162: 		g.Wallpaper = value
		tl_account_get_wall_paper_gen.go#L172: 	return g.Wallpaper
		tl_account_get_wall_paper_gen.go#L190: 		Wallpaper: wallpaper,
		tl_server_gen.go#L1377: 		response, err := f(ctx, request.Wallpaper)